home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / impr_dev.idb / usr / impressario / bin / examples / libimp / README.z / README
Text File  |  1996-05-06  |  2KB  |  55 lines

  1.  
  2.  
  3.                 Example Programs
  4.                      for
  5.                     libimp
  6.  
  7.  
  8. These example programs demonstrate the use of the libimp API. Each
  9. program is designed to demonstrate a particular aspect of the API.
  10. The programs also perform error handling using the library's error
  11. handling facilities. Refer to the libimp(3) man pages for detailed
  12. information on the libimp API.
  13.  
  14.  
  15. imprle - Usage: imprle inimage outimage
  16.  
  17.     Converts an SGI Image Format file to use run-length encoding
  18.     (RLE) compression. If the input image already uses RLE, running
  19.     this program simply copies the input image to the output image.
  20.  
  21.  
  22. impshow - Usage: impshow image
  23.  
  24.     Displays an SGI Image file on the screen.
  25.  
  26.  
  27. impstat - Usage: impstat image ...
  28.  
  29.     Displays statistics on the specified SGI Image Format file(s).
  30.  
  31.  
  32. imptobw - Usage: imptobw inimage outimage
  33.  
  34.     Converts an SGI Image file to a grey scale image.
  35.  
  36.  
  37. impverbatim - Usage: impverbatim inimage outimage
  38.  
  39.     Converts an SGI Image Format file to uncompressed format.
  40.     If the input image already is in uncompressed format, running
  41.     this program simply copies the input image to the output
  42.     image.
  43.  
  44.  
  45. impzoom - Usage: impzoom [-f filter] [-b blur] [-l]
  46.             xfact yfact inimage outimage
  47.  
  48.     Zooms the input image to the output image size. The type
  49.     of resampling filter may be selected with the -f switch and
  50.     a blurring factor may be specified with the -b switch. If -l
  51.     is not specified, xfact and yfact are interpreted as scaling
  52.     factors for x and y respectively. If -l is specified, xfact and
  53.     yfact are interpreted as the actual dimensions of the zoomed
  54.     image.
  55.